CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - data compress

搜索资源列表

  1. Mp3encode

    1下载:
  2. mp3编码库,可直接将wav,aiff格式的音频文件压缩成码流量为128Kbps的mp3文件-Mp3encode is a kind of mp3 encoded library which can compress wav,aiff files to mp3 files of 128kbps data flow.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:982736
    • 提供者:成成
  1. 24703

    0下载:
  2. This is a little console mode utility program which is able to (de-)compress single files with a static Arithmetic compression algorithm. You could easily add the RLE/BWT/MFT data transformation algorithms. Just rip the corresponding classes
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:36147
    • 提供者:郭春阳
  1. huffmanPROGRAM

    0下载:
  2. 哈扶曼算法可以用来压缩数据,虽然初学时很难,但是当你懂后,有很多东西就知道怎么取学了。-Kazakhstan Fu Man algorithm can be used to compress data, although a novice when it is difficult, but when you understand, there are many things to know how the school admission.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:16095
    • 提供者:玲珑
  1. K-Ltransform

    0下载:
  2. Using K-L transform to compress data is straightforward, since we can use a d dimensional vector to represent a D dimensional one without lose of much information.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:745005
    • 提供者:mayanni
  1. huffman_src

    0下载:
  2. I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7401
    • 提供者:毛磊
  1. gujia

    1下载:
  2. 数字图像处理骨架提取,能将一个二值图像的骨架提取出来进行后续处理。骨架是一种非常重要的图像几何特征,在图像几何形态分析及相关领域具有非常广泛的应用,利用骨架表示原始图像,可以在保持图像重要拓扑特征的前提下,减少图像中的冗余信息。骨架既能压缩图像数据,保留区域的连通性和拓扑性,描述区域轮廓的几何特征,又能使原始图像完全或部分地从骨架中恢复或重构。-Skeleton extraction of digital image processing, to a binary image of the sk
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:72333
    • 提供者:hujiang
  1. HexReplace_Search_and_Replace_within_Hex_mode

    0下载:
  2. 查找替换的必备工具,可用于大批量查找替换少量位置不很确定的数据 注:Signature表示你要查找或替换的特征字串(我是抄了PEiD的数据文件里的名称) 同时能够批量解压压缩SWF文件.可进行SWF文件的破解.-can use* and ? to search replace binary data in multi-files, or in multi-path, also you can use it to compress or uncompress*.swf(flash movi
  3. 所属分类:File Operate

    • 发布日期:2017-05-15
    • 文件大小:3645689
    • 提供者:好好
  1. Surfel_FILE_COMPRESSION

    0下载:
  2. 针对点云数据局部集中的特点,使用差值预测对点云数据进行预测处理 在预测的同时,根据IEEE2754 浮点数标准,简化浮点数的尾数,使用3. 5 Byte来表示一个浮点数,以提高压缩效果 然后对预测数据中连续重 复的字节使用该字节加该字节重复的次数的方式存储 最后对经过以上处理的数据使用一阶自适应算术编码进 行压缩。最终得到的程序在压缩比和内存占用两个方面远优于WinRAR、WinZip压缩软件-Point cloud data for the characteristics of l
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:337923
    • 提供者:周晨
  1. fc_testIsenburg

    0下载:
  2. 对浮点型数据进行压缩,将数据分为3个部分:符号位、指数、尾数,分别对其进行压缩-Of floating-point type data compression, data is divided into three parts: sign bit, index, mantissa, respectively, to compress their
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1193812
    • 提供者:zwb
  1. DES

    0下载:
  2. 一种便于进行数据加密压缩的方法,谢谢大家的批评指正-a way to encrypting and compress the data,thanks for your requestion
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1955849
    • 提供者:李俊
  1. FDR_codes_compression_based_on_compatible

    0下载:
  2. 一种基于相容压缩和FDR编码压缩的综合压缩方法。该方法首先把原始测试集的测试向量转变成多扫描链的形式,利用测试向量间的相容关系进行第一次压缩——相容压缩,在此基础上对相容压缩过的测试集进行重排,使其仍然保持原始测试集中测试模式的排列特性,并对其进行优化排序,使得相邻模式间具有最少的不同位,最后利用FDR编码方法进行第二次压缩。 目前,减少测试应用时间和测试数据容量是测试领域的努力方向。本文提出的这种方法可以有效的减少存储容量和降低测试时间从而有效的降低了测试成本。与类似的纯编码压缩方法相比,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:4615
    • 提供者:张志刚
  1. improvingLZW

    0下载:
  2. LZW was originally designed for implementation by special hardware, but it turned out to be highly suitable for efficient software implementations too. An enhanced variant is available on UNIX systems and many other systems as the compress comman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:124117
    • 提供者:ViCToR_JuNioR
  1. dpcmcode

    0下载:
  2. 对从txt文件中读取的数据做DPCM压缩.-compress the data readed from txt.
  3. 所属分类:Voice Compress

    • 发布日期:2017-03-29
    • 文件大小:180234
    • 提供者:付红
  1. view1

    0下载:
  2. fgfincluding data collection and compress kinescope of video frequency control of camera -fgfincluding data collection and compress kinescope of video frequency control of camera ...
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:1413918
    • 提供者:df
  1. CanFarHttpDemo

    0下载:
  2. ssincluding data collection and compress kinescope of video frequency control of camera ... -sdsincluding data collection and compress kinescope of video frequency control of camera ...
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-20
    • 文件大小:5734990
    • 提供者:df
  1. filter

    0下载:
  2. dfgsdfincluding data collection and compress kinescope of video frequency control of camera ... -sdsdincluding data collection and compress kinescope of video frequency control of camera ...
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:723
    • 提供者:df
  1. jzfilm

    0下载:
  2. sssssincluding data collection and compress kinescope of video frequency control of camera ... -ssssasincluding data collection and compress kinescope of video frequency control of camera ...
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:368537
    • 提供者:df
  1. COD_CNG

    0下载:
  2. this a codec to encode audio data, to compress it. -this is a codec to encode audio data, to compress it.
  3. 所属分类:Audio program

    • 发布日期:2017-04-03
    • 文件大小:3181
    • 提供者:julien
  1. encodedecodeg723

    0下载:
  2. this is a codec to encode audio data, to compress it.header file to encode and decode.
  3. 所属分类:Audio program

    • 发布日期:2017-04-06
    • 文件大小:292240
    • 提供者:julien
  1. servlet

    1下载:
  2. Servlet过滤器 用用户请求进行统一认证(如:限制IP、不允许黑名单中用户访问) 对用户请求进行记录、审核(如:写入日志等) 对用户发送的数据进行过滤或替换(如:过滤不良信息等) 转换图像格式 对响应内容进行压缩,减少传输量 对请求、响应内容进行加密、解密操作-Servlet Filters are used to a user request for a unified authentication (such as: restrictions on IP, the
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-03
    • 文件大小:4751
    • 提供者:叶蔚华
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com